* {
    padding: 0;
    margin: 0;
}

head {
    font-size: 32px;
}

body {
    font-size: 16px;
}



.big-box {
    width: 100%;
}
.big-box img {
    width: 100%;
    height: 100%;
}
.main {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
}

.swiper {
    overflow: hidden;
    height: 653px;
    width: 100%;
}

.header {
    overflow: hidden;
    height: 653px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1180px;
}

.header-main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-text {
    width: 560px;
    height: 219px;
}

.header-info {
    color: #fff;
    margin-top: 32px;
    line-height: 37px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.header-right {
    width: 373px;
    height: 373px;
}

.menu {
    background-color: #fff;
    width: 100%;
}

.menu-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 67px 0 89px;
    animation: infoVis .8s 1;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 373px;
    height: 223px;
    position: relative;
    margin-bottom: 17px;
    transition: all .3s;
}
.menu-item:hover{
    transform: scale(1.1);
}

.menu-icon {
    width: 100%;
    height: 100%;
}

.menu-label {
    /* margin-top: 30px; */
    font-weight: bold;
    position: absolute;
    left: 36px;
    bottom: 56px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 600;
    font-size: 20px;
    color: #1A1A1A;
}

.crm {
    background-image: url('../img4/bg_1.png');
    background-repeat: 100% 100%;
    background-size: cover;
    width: 100%;
    height: 1030px;
    overflow: hidden;
}

.crm-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pub-title {
    text-align: center;
    color: #fff;
    font-size: 37px;
    margin-top: 50px;
    line-height: 76px;
    font-weight: bold;
}

.pub-tips {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.pub-line {
    width: 62px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 17px;
}

.pubs-title {
    text-align: center;
    color: #1A1A1A;
    font-size: 37px;
    line-height: 76px;
    margin-top: 50px;
    font-weight: bold;
}

.pubs-tips {
    width: 1200px;
    text-align: center;
    color: #1A1A1A;
    font-size: 18px;
    margin: 0 auto 0;
}

.pubs-line {
    width: 62px;
    height: 5px;
    background-color: #3D3D3D;
    margin: 0 auto;
    margin-top: 17px;
}

.crm-text {
    margin-top: 48px;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 2.5px;
    line-height: 30px;
    font-weight: 300;
}

.crm-img {
    width: 785px;
    height: 423px;
    margin: 71px auto 0;
}

.crm-btn {
    width: 313px;
    height: 97px;
    margin: 61px auto 0;
    line-height: 83px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    background-image: url('../img4/btn.png');
    background-size: cover;
    animation: button .8s infinite;
    cursor: pointer;
}

.scene {
    overflow: hidden;
}

.scene-main {
    width: 1168px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.scene-item {
    width: 212px;
    height: 292px;
    position: relative;
    margin-bottom: 28px;
    cursor: pointer;
    transition: all .5s;
}
.scene-item:hover{
    box-shadow: 0px 0px 20px 0px #1890FF;
    transform: scale(1.1);
}
.scene-item-big:hover{
    box-shadow: 0px 0px 20px 0px #1890FF;
    transform: scale(1.1);
}

.scene-item-big {
    width: 451px;
    height: 292px;
    position: relative;
    margin-bottom: 28px;
    cursor: pointer;
    transition: all .5s;
}

.scene-img {
    width: 100%;
    height: 100%;
}

.scene-label {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
}

.problems-main {
    width: 1179px;
    height: 704px;
    background-image: url('../img4/bg_4.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin: 0 auto;
    position: relative;
}

.problems-left {
    position: absolute;
    width: 300px;
    left: 3.5%;
    padding: 6% 0 4%;
}

.problems-right {
    position: absolute;
    width: 300px;
    left: 79.5%;
    padding: 6% 0 4%;
}

.problems-item {
    margin-bottom: 12px;
}

.problems-label {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 21px;
    color: #1890FF;
}

.problems-info {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    width: 267px;
    margin-top: 12px;
}
.product {
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
    background-image: url('../img4/bg_2.png');
    background-repeat: 100% 100%;
    background-size: cover;
}

/* .product-animation {
    opacity: 0;
}
.product-animations {
    animation: productVis .8s 1;
} */
.product-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    transform: scale(0.8);
}

.product-left {
    width: 538.5px;
    height: 684px;
    background: #004ABF;
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.26);
    border-radius: 40px;
    z-index: 2;
}

.product-left-title {
    width: 243px;
    height: 53px;
    background: #1890FF;
    border-radius: 34px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    transform: translateY(-50%);
}

.product-left-box {
    /* padding: 0 144px 0 0; */
}

.product-left-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 32px 44px;
    position: relative;
}

.product-left-item:last-child {
    border-bottom: none;
}

.product-left-item-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-left-item-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-right {
    width: 500px;
    height: 645px;
    background: #DADADA;
    border-radius: 0 40px 40px 0;
    z-index: 1;
    padding-left: 20px;
    margin-left: -20px;
}

.product-right-title {
    width: 206px;
    height: 53px;
    background: #B4B4B4;
    border-radius: 34px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    transform: translateY(-50%);
}

.product-right-box {
    padding: 0 16px;
    margin-top: 12px;
}

.product-right-item {
    border-bottom: 1px solid rgba(168, 168, 168, 0.5);
    padding: 32px 44px 20px;
    position: relative;
    /* background-color: red; */
}

.product-right-item:last-child {
    border-bottom: none;
}

.product-right-item-title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 22px;
    color: #525252;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-right-item-text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #767676;
    margin-top: 11px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-vs {
    width: 66px;
    height: 66px;
    background: #1890FF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -33px;
    top: 25%;
}

.highlights {
    background-color: #F4F9FF;
    padding-top: 62px;
    padding-bottom: 101px;
    overflow: hidden;
}

.highlights-main {
    width: 1200px;
    margin: 0 auto;
}

.framework {
    margin-top: 86px;
    overflow: hidden;
}

.framework-main {
    display: flex;
    width: 1168px;
    margin: 56px auto 0;
    align-items: center;
    justify-content: space-between;
}

.framework-item-right {
    width: 133px;
    height: 667px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.framework-right-item_big {
    width: 133px;
    height: 99px;
    background: #1890FF;
    border-radius: 3px 3px 3px 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 99px;
}

.framework-right-item {
    width: 133px;
    height: 69px;
    background: #C7DFFF;
    border-radius: 3px 3px 3px 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #0449B0;
    text-align: center;
    font-style: normal;
    line-height: 69px;
}

.framework-item {
    width: 9px;
    height: 667px;
    background: #1890FF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 50px;
    border-radius: 3px;
}

.framework-item-main {
    width: 896px;
    height: 667px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.item-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-main-one {
    width: 147px;
    height: 99px;
    background-color: #1890FF;
    border-radius: 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 99px;
    text-align: center;
}

.item-main-two {
    width: 735px;
    height: 99px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}

.main-one-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-one-item div {
    width: 237px;
    height: 43px;
    background-color: #C7DFFF;
    border-radius: 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #0449B0;
    line-height: 43px;
    text-align: center;
}

.main-two-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-two-item div {
    width: 361px;
    height: 43px;
    background-color: #C7DFFF;
    border-radius: 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #0449B0;
    line-height: 43px;
    text-align: center;
}

.item-main-line {
    width: 896px;
    height: 40px;
    background: #1890FF;
    border-radius: 3px 3px 3px 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.item-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-main-menu div {
    width: 88px;
    height: 53px;
    background-color: #C7DFFF;
    border-radius: 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #0449B0;
    line-height: 53px;
    text-align: center;
}

.item-main-center {
    width: 896px;
    height: 253px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-center-one {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex: 1;
    height: 253px;
}

.main-center-one .item {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.main-center-one .item .top {
    width: 115px;
    height: 53px;
    background: #1890FF;
    border-radius: 3px 3px 3px 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
}

.main-center-one .item .bottom {
    width: 115px;
    height: 187px;
    background: #C7DFFF;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #0449B0;
    line-height: 25px;
}

.main-center-two {
    height: 253px;
    margin-left: 13px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
}

.main-center-two div {
    width: 136px;
    height: 120px;
    background: #1890FF;
    border-radius: 3px 3px 3px 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 120px;
}

.item-main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 896px;
    height: 61px;
}

.item-main-bottom div {
    width: 213px;
    height: 61px;
    background: #C7DFFF;
    border-radius: 3px 3px 3px 3px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #0449B0;
    line-height: 61px;
    text-align: center;
}

.highlights-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.highlights-slide {
    width: 20%;
}

.slide-item {
    margin: 9px;
    padding-left: 20px;
    background-color: #fff;
    height: 153px;
}

.slide-item-img {
    width: 53px;
    height: 53px;
    padding-top: 20px;
}

.slide-item-name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.slide-item-tips {
    font-size: 13px;
    margin-top: 10px;
}

.process {
    background-color: #fff;
    margin-bottom: 131px;
    margin-top: 128px;
    overflow: hidden;
}

.process-main {
    background-image: url('../img4/bg_5.png');
    background-size: cover;
    width: 1165px;
    height: 568px;
    margin: 71px auto 0;
    position: relative;
}

.process-item {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 19px;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
}

.honor {
    width: 100%;
    height: 966px;
    background-image: url('../img4/bg_3.png');
    padding-top: 64px;
    overflow: hidden;
}

.honor-box {
    width: 1165px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.honor-item {
    width: 156px;
    height: 213px;
    margin-bottom: 21px;
}

.news {
    padding-bottom: 110px;
    overflow: hidden;
}

.news-main {
    width: 1165px;
    margin: 77px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-img {
    width: 447px;
    height: 220px;
}

.news-list {
    margin-left: 61px;
    flex: 1;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.news-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.news-btn {
    width: 433px;
    height: 56px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 35px 35px 35px 35px;
    border: 1px solid #E3E3E3;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 19px;
    color: #1C4E8A;
    line-height: 56px;
    margin: 76px auto 0;
    text-align: center;
}

.trial {
    width: 100%;
    height: 520px;
    background-image: url('../img4/bg_6.png');
    background-size: cover;
    overflow: hidden;
}

.trial-main {
    width: 1165px;
    margin: 0 auto;
}

.trial-form {
    margin: 36px auto 0;
    width: 432px;
    opacity: 0;
}

.form-input {
    width: 432px;
    height: 47px;
    background: #F9F9F9;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E3E3E3;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 17px;
    color: #737373;
    text-align: center;
    margin: 0 auto 20px;
    cursor: pointer;
}

.form-btn {
    cursor: pointer;
    width: 431px;
    height: 60px;
    background: #1890FF;
    border-radius: 8px 8px 8px 8px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
    animation: button .8s infinite;
    cursor: pointer;
}

.crm-anime {
    transform: translateX(-100%);
    opacity: 0;
}

.crm-animations {
    animation: top .8s 1;
}

.scene-anime {
    transform: translateX(100%);
    opacity: 0;
}

.scene-animations {
    animation: right .8s 1;
}

.product-animation {
    transform: translateY(100%);
    opacity: 0;
}

.product-animations {
    animation: bottom .8s 1;
}

.problems-anime {
    transform: translateX(-100%);
    opacity: 0;
}

.problems-animations {
    animation: infoVis .8s 1;
}

.highlights-anime {
    transform: translateX(100%);
    opacity: 0;
}

.highlights-animations {
    animation: right .8s 1;
}

.framework-anime {
    transform: translateY(100%);
    opacity: 0;
}

.framework-animations {
    animation: bottom .8s 1;
}

.process-anime {
    transform: translateY(-100%);
    opacity: 0;
}

.process-animations {
    animation: top .8s 1;
}

.honor-anime {
    transform: translateX(-100%);
    opacity: 0;
}

.honor-animations {
    animation: infoVis .8s 1;
}

.news-anime {
    transform: translateX(100%);
    opacity: 0;
}

.news-animations {
    animation: right .8s 1;
}

.form-animations {
    margin: 36px auto 0;
    width: 432px;
    animation: opacity .8s 1;
}

@keyframes infoVis {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes right {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes top {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes button {

    100%,
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }
}